home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17799 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  997 b 

  1. Path: sun.rhbnc.ac.uk!news
  2. From: Jim Hu <jim@gl.rhbnc.ac.uk>
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: [Q] Any utility to attack misuse of comment /* */
  5. Date: 17 Apr 1996 15:24:12 GMT
  6. Organization: Royal Holloway, Univ of London
  7. Message-ID: <4l32et$bhm@sun.rhbnc.ac.uk>
  8. NNTP-Posting-Host: glsun2.gl.rhbnc.ac.uk
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1.3 sun4m)
  13. X-URL: news:comp.lang.c
  14.  
  15. Ho, there,
  16.  
  17.     I found out gcc and C provided by SGI for irix fail
  18. to find out bug like this
  19.  
  20. /*
  21.      statements;
  22.  
  23. /*
  24.    comments
  25. */
  26.  
  27.      other_statements;
  28.  
  29.  
  30.     As you can, */ is missed out in the first case, the compilers
  31. failed to find out this obvious error. Is there any free utility to
  32. attack this bug. This bug can easily appear when you comment/uncomment
  33. frequently.
  34.  
  35.     Please help via email or send me a copy if reply here.
  36.  
  37.  
  38. Jim
  39.  
  40.  
  41.     My question is, is there any free utility available to attack
  42.  
  43.